aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/api/[...nextauth]
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-06-16 00:12:58 -0500
committerDhravya <[email protected]>2024-06-16 00:12:58 -0500
commit4daee14a8254b67152285a4a649f2c306c695a24 (patch)
treeec08c3904dca3a0021df923393b708a38f921ed3 /apps/web/app/api/[...nextauth]
parentgetspaces and other features integrated with the backend (diff)
downloadsupermemory-4daee14a8254b67152285a4a649f2c306c695a24.tar.xz
supermemory-4daee14a8254b67152285a4a649f2c306c695a24.zip
added way to save content and vectorize them. also refactored code and added a bypass to browser rendering
Diffstat (limited to 'apps/web/app/api/[...nextauth]')
-rw-r--r--apps/web/app/api/[...nextauth]/route.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/api/[...nextauth]/route.ts b/apps/web/app/api/[...nextauth]/route.ts
index 50807ab1..e19cc16e 100644
--- a/apps/web/app/api/[...nextauth]/route.ts
+++ b/apps/web/app/api/[...nextauth]/route.ts
@@ -1,2 +1,2 @@
-export { GET, POST } from "../../helpers/server/auth";
+export { GET, POST } from "../../../server/auth";
export const runtime = "edge";